home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / cgazv4n3.zip / EMS.H < prev    next >
Text File  |  1990-02-04  |  623b  |  15 lines

  1. /*******************  EMS.H  ---  Listing 3  **************
  2. *
  3. *    This header file contains the prototypes for the expanded memory 
  4. *    functions defined in Listing 1 (EMS.C).  You should include this file
  5. *    in any program that calls one or more of these functions.
  6. *
  7. *    Copyright (C) Michael J. Young, 1989.  All rights reserved.
  8. *    May be used freely for non-commercial purposes.
  9. ***********************************************************/
  10.  
  11. char far *EmsAlloc (int Pages);
  12. int EmsFree (void);
  13. int EmsInstalled (void);
  14. int EmsMap (int Page0,int Page1,int Page2,int Page3);
  15. int EmsPagesAvail (void);